All Questions
Tagged with custom-taxonomyposts
102 questions
0votes
1answer
973views
ACF - Tags not showing up in Custom Post Types
I have a tags taxonomy and then I've added it to my CPT, however it does not give me the option to add tags to my CPT now. How do I get it to do that?
0votes
1answer
358views
Hide load more button if no more post in selected category
I have built a ajax post loading program in wordpress where i load post depending on category and current post type. ive got it all working except hiding the load more button if no more post. ive been ...
0votes
0answers
21views
How to develop Knowledge center in WordPress Website
I need to develop Knowledge Center Concept in my Website, where I can Publish Blog Posts, Case Studies, Customer Success Stories, Info-graphics & Whitepapers etc. How can i develop such concept in ...
0votes
0answers
19views
How to associate a custom taxonomy to a post multiple times
On my Posts, I'm trying to associate a custom taxonomy to it multiple times. The example is that I have a User taxonomy and a Post which is like an event. I want to be able to associate the User ...
1vote
0answers
27views
Choose whether to automatically add a taxonomy with the same name as the post
I created a custom taxonomy within the blog post. It's called "FootNotes." I would like there to be a checkmark inside in the creation of the post that asks me "Are there any notes ...
0votes
1answer
201views
How to show a custom taxonomy in the theme?
I have created a custom post type: register_post_type() and custom taxonomy: register_taxonomy(), but when trying to show the categories made to the post type in the theme single-{post_type}.php they ...
0votes
1answer
45views
Search CPT by tag ids
I need to search custom post type by tagids. I have created a post type that is "gampu". In this post type i have register 5 tags taxonomy like 'fitting', 'adapter', 'type', 'volume' and '...
0votes
0answers
216views
Post template with breadcrumb needs to show page navigated from
I have a custom post type, Reports, that contains many categories (custom taxonomies). These posts are organised in menus on different pages. So a menu page named "Best Reports" would have ...
0votes
0answers
22views
What is the best way to structure posts for the same event happening in different years?
This isn't a code specific question, it's a little more general. I have events happening every year and want to have a post for each one. The name should be the same for each year, so the url's would ...
0votes
1answer
363views
Query to fetch custom taxonomy along with post title
I have more than 20000 posts and want to filter post based on taxonomy and name which should display the post title ,taxonomy, name,id using MYSQL query.
0votes
1answer
20views
Right way to store a large set of similar information on website? [duplicate]
I want to add a list of companies' information to my website and I want to display the list in a page. Then by clicking on each company, user can see more information about that company in its ...
0votes
0answers
43views
Define multiple prefixes for custom post type
I have created CPT called "Pharmacy" which have a lot of pharmacies inside (approx 10.000) Pharmacies offer 2 different services (skin & scalp) and some provide both services but some ...
1vote
1answer
151views
How to insert 2 args into 1 Wp_Query for a slideshow
I need to post articles and pages present in two specific taxonomy in a slider. I tried to merge the $args and $args2 but the slider disappears from the page. Could anyone tell me how to write the ...
1vote
0answers
252views
Get related posts of child term of custom post type
I want to show related posts of my child taxonomy term from taxonomy terms of custom post type. CPT: project Taxonomy name: preferences Parent term: 2BHK, 3 BHK Child term of 2 BHK: completed ...
1vote
4answers
2kviews
Show Two custom Post type and their posts on category page
I have Two Custom Post Types "Article " & "News" and they both use same categories like [ audit , income , tax] . I want when i open audit category page then the post showsn like below: the code ...